Class: FuelSDK::ET_BaseObject
- Inherits:
-
Object
- Object
- FuelSDK::ET_BaseObject
- Defined in:
- lib/new.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#authStub ⇒ Object
Returns the value of attribute authStub.
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#lastRequestID ⇒ Object
readonly
Returns the value of attribute lastRequestID.
-
#obj ⇒ Object
readonly
Returns the value of attribute obj.
-
#props ⇒ Object
Returns the value of attribute props.
Instance Method Summary collapse
-
#initialize ⇒ ET_BaseObject
constructor
A new instance of ET_BaseObject.
Constructor Details
#initialize ⇒ ET_BaseObject
Returns a new instance of ET_BaseObject.
581 582 583 584 585 586 587 |
# File 'lib/new.rb', line 581 def initialize @authStub = nil @props = nil @filter = nil @lastRequestID = nil @endpoint = nil end |
Instance Attribute Details
#authStub ⇒ Object
Returns the value of attribute authStub.
578 579 580 |
# File 'lib/new.rb', line 578 def authStub @authStub end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint.
579 580 581 |
# File 'lib/new.rb', line 579 def endpoint @endpoint end |
#lastRequestID ⇒ Object (readonly)
Returns the value of attribute lastRequestID.
579 580 581 |
# File 'lib/new.rb', line 579 def lastRequestID @lastRequestID end |
#obj ⇒ Object (readonly)
Returns the value of attribute obj.
579 580 581 |
# File 'lib/new.rb', line 579 def obj @obj end |
#props ⇒ Object
Returns the value of attribute props.
578 579 580 |
# File 'lib/new.rb', line 578 def props @props end |